adjust size of plot

26

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,3)
from matplotlib.pyplot import figure
figure(num=None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k')

Comments

Submit
0 Comments